February 05, 2020
v3 HostedPBX Dialing Profiles
Description:
List Hosted PBX Dialing ProfilesURI:
https://api.multitel.net/hpbx/dialingprofiles/{operation}
Parameters:
Required:
{operation} - 'list'
Methods:
POST
Sample Output:
curl -x POST https://username:password@api.multitel.net/hpbx/dialingprofiles/list
{
"status": {
"code": "200",
"msg": "List data"
},
"response": [
{
"id": "38",
"name": "Afghanistan",
"isocode": "AF",
"profile_type": "VOICE"
},
{
"id": "700",
"name": "Afghanistan",
"isocode": "AF",
"profile_type": "SMS"
},
{
"id": "39",
"name": "Albania",
"isocode": "AL",
"profile_type": "VOICE"
}
]
}